home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / TERMINAL / HDRS / MONITOR.H < prev    next >
Text File  |  1990-11-20  |  156b  |  10 lines

  1. /*
  2.     Terminal 2.0
  3.     "Monitor.h"
  4. */
  5.  
  6. void MonitorOpen(Byte *, short, long);
  7. void MonitorClose(void);
  8. void MonitorDump(Byte *, long);
  9. void MonitorText(Byte *);
  10.